home *** CD-ROM | disk | FTP | other *** search
/ Openstep 4.2 (Developer) / Openstep Developer 4.2.iso / NextDeveloper / Apps / IconBuilder.app / Pencil.ptool / English.lproj / Pencil.nib / data.classes next >
Encoding:
Text File  |  1992-08-07  |  282 b   |  23 lines

  1. MyApp = {
  2.     OUTLETS = {
  3.     controller;
  4.     inspector;
  5.     };
  6.     SUPERCLASS = Object;
  7. };
  8. FirstResponder = {
  9.     ACTIONS = {
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. Pencil = {
  14.     ACTIONS = {
  15.     setLineWidth:;
  16.     };
  17.     OUTLETS = {
  18.     capButtons;
  19.     widthText;
  20.     };
  21.     SUPERCLASS = Object;
  22. };
  23.